home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / vivaldo.dxr / 00035.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  166 b   |  12 lines

  1. on exitFrame
  2.   if rollOver(2) = 0 then
  3.     go("vl1")
  4.   else
  5.     if the mouseCast = 66 then
  6.       go("naveg")
  7.     else
  8.       go(the frame + 1)
  9.     end if
  10.   end if
  11. end
  12.